projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1af27a1
)
Pacify compiler in paragraphs.el after lexical-binding
author
Stefan Kangas
<stefankangas@gmail.com>
Sun, 9 Jun 2019 17:12:43 +0000
(10:12 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 9 Jun 2019 17:13:15 +0000
(10:13 -0700)
* lisp/textmodes/paragraphs.el: Pacify byte compiler.
lisp/textmodes/paragraphs.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/paragraphs.el
b/lisp/textmodes/paragraphs.el
index d0fab36599bcec4448b179c7398e08e694eb8004..1d12e53c10a5a0cfb22c244e1a4de4daa9c2f5b1 100644
(file)
--- a/
lisp/textmodes/paragraphs.el
+++ b/
lisp/textmodes/paragraphs.el
@@
-208,6
+208,9
@@
This is desirable in modes where blank lines are the paragraph delimiters."
:type 'boolean)
(put 'paragraph-ignore-fill-prefix 'safe-local-variable 'booleanp)
+;; Silence the compiler.
+(defvar multiple-lines)
+
(defun forward-paragraph (&optional arg)
"Move forward to end of paragraph.
With argument ARG, do it ARG times;